home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 264 / man / expand.man < prev    next >
Text File  |  1988-06-17  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.         EXPAND                ST-UNIX User's Manual                EXPAND
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              expand, unexpand - expand tabs into spaces; unexpand  spaces
  10.              into tabs.
  11.  
  12.         FORMAT
  13.              expand [ -tabstop ] [ -tab1,tab2,...,tabn ] [ file ...  ]
  14.              unexpand [ -a ] [ file ...  ]
  15.  
  16.         DESCRIPTION
  17.              _✓E_✓x_✓p_✓a_✓n_✓d reads the files in turn (or the standard input if  no
  18.              files  are  given),  converting tabs into blanks and writing
  19.              the result on the standard output.
  20.  
  21.              If a single _✓t_✓a_✓b_✓s_✓t_✓o_✓p argument is  given  then  tabs  are  set
  22.              _✓t_✓a_✓b_✓s_✓t_✓o_✓p  spaces apart instead of the default 8.  If multiple
  23.              tabstops are given then the tabs are set at  those  specific
  24.              columns.
  25.  
  26.              _✓U_✓n_✓e_✓x_✓p_✓a_✓n_✓d reads the files (or standard input if no files  are
  27.              given)  and converts multiple spaces to tabs where possible.
  28.              Normally only leading blanks and tabs are converted.  If the
  29.              -a  option  is  given,  then tabs are inserted whenever they
  30.              would compress the resultant file by replacing two  or  more
  31.              characters.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 28/March/1988     30 March 1987                         1
  64.  
  65.  
  66.  
  67.